<!doctype html>
<html>
<head>
<!-- 处理json的function -->

<!-- 处理null或者空字符串的function -->

<!--显示客户上传的文件-->

<!-- 处理产品类型展示的function -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-Control" content="no-transform" /> 
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="applicable-device" content="pc,mobile">
	<meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
<meta name="format-detection" content="telephone=no">
<meta name="description" content="西藏德传投资管理有限公司（以下简称德传投资）成立于2013年初，注册资本1000万元。公司注册地址为西藏自治区拉萨市，办公地址为上海市浦东新区，是国内第一家专注于二级市场医药领域的投资管理机构。">
<meta name="keywords" content="西藏德传,德传投资,德传资管,西藏德传投资管理有限公司,德传">
<meta http-equiv="X-UA-Compatible" content="edge" />
<title>西藏德传投资管理有限公司</title>
<link rel="shortcut icon" type="image/png" href="//file.simu800.com/prod/2759544/webSiteCoverImgUrl/9f5bea09dd6f49e6ad7c484e7f4c7b44.png">


<!-- 
<link rel="stylesheet" href="../rely/jquery/css/swiper.3.3.1.min.css">
<link rel="stylesheet" href="../rely/jquery/css/animate.min.css">
<link rel="stylesheet" href="../rely/datetimepicker/jquery.datetimepicker.css">
<link rel="stylesheet" href="../rely/webuploader/webuploader.css?distRandom=33-1567750751255" type="text/css" >
<link rel="stylesheet" href="../website/styles/basecss/css/edit.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/global.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/layout.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/fontello.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/extend.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/newVisualDesign.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/component.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/menu.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/jquery-editable-select.css?distRandom=33-1567750751255" type="text/css">
<link rel="styleSheet" href="../website/sitecss/css/extendPdfSign.css?distRandom=33-1567750751255" type="text/css" >
<link rel="stylesheet" href="../rely/nc/myNc.css?distRandom=33-1567750751255" type="text/css">
<link rel="styleSheet" href="../rely/layer-pc-v3.1.1/theme/default/layer.css" type="text/css" >
 -->
<link rel="stylesheet" href="../website/sitecss/dist/2.9.9-1760706000625-main.min.css">
<link rel="stylesheet" href="../rely/pagination/pagination.css?distRandom=33-1567750751255" type="text/css">	

	<link rel="stylesheet" href="//file.simu800.com/prod/2759544/4473291/menuStyleCss/menuStyle.css?20251114023841">                         
<link rel="stylesheet" href="../rely/jquery-ui-1.12.1.custom/jquery-ui.min.css" type="text/css">
<script type="text/javascript" charset="utf-8" async src="//g.alicdn.com/sd/ncpc/nc.js?t=2025111402"></script>
<script>
// 百度统计代码
/*
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "//hm.baidu.com/hm.js?82dad9fa69de08a781e2e18e7f3ce73d";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
*/
</script>
<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';        
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<meta name="renderer" content="webkit">
<script type="text/javascript">
	var _getBrowserInfo = function () {
		var isIE = true;
		var verinfo = "";
		var agent = navigator.userAgent.toLowerCase();
		var regStr_ie11 = /windows nt [\d.]+;/gi;
		var regStr_ie = /msie [\d.]+;/gi;
		var regStr_ff = /firefox\/[\d.]+/gi
		var regStr_chrome = /chrome\/[\d.]+/gi;
		var regStr_saf = /safari\/[\d.]+/gi;
	
		var browser = {};
		// IE11
		if (agent.indexOf("windows nt") > 0) {
			isIE = true;
			verinfo = "11";
			browser = agent.match(regStr_ie11);
		}
		// IE
		if (agent.indexOf("msie") > 0) {
			isIE = true;
			verinfo = "";
			browser = agent.match(regStr_ie);
		}
		// firefox
		else if (agent.indexOf("firefox") > 0) {
			isIE = false;
			browser = agent.match(regStr_ff);
		}
		// Chrome
		else if (agent.indexOf("chrome") > 0) {
			isIE = false;
			browser = agent.match(regStr_chrome);
		}
		// Safari
		else if (agent.indexOf("safari") > 0 && agent.indexOf("chrome") < 0) {
			isIE = false;
			browser = agent.match(regStr_saf);
		}
		// 版本
		if (!verinfo) {
			verinfo = (browser + "").replace(/[^0-9.]/ig, "");
		}
	
		return {
			"isIE" : isIE,
			"browser" : browser,
			"verinfo" : verinfo
		};
	}
	// IE低版本提醒
	{
		var browserInfo = _getBrowserInfo();
		if (browserInfo.isIE && parseInt(browserInfo.verinfo) < 10) {
			alert("您的浏览器版本过低，将影响到本网站的正常浏览，推荐使用360或谷歌浏览器以及IE10以上进行查看！");
		}
	}
</script>
<script src="../rely/clipboard.min.js"></script>
<script data-main="../website/dist/scripts/2.9.9-1760706000625-SiteHomeView.min" src="../rely/requireJS/require.js"></script></head>
<body id="body" class="" style="display:none">
	<span id="slideType" style="display:none;">2</span>
	<span id="site_templatePath" style="display:none;">fm_002</span>
	<span id="site_templatecover_configObj" style="display:none;">{&quot;index&quot;:-1,&quot;swiperCoverType&quot;:&quot;2&quot;,&quot;swiperLoop&quot;:&quot;true&quot;,&quot;swiperAutoplay&quot;:3000,&quot;swiperSpeed&quot;:2000,&quot;swiperEffect&quot;:&quot;fade&quot;,&quot;swiperFreeMode&quot;:&quot;true&quot;,&quot;swiperStyle&quot;:&quot;height:480px;&quot;}</span>
	<!-- 主内容 -->
	<span class="">
		<!-- 菜单栏 -->
		<span>
<div id="isFirstShowLabel" style="display: none">1</div>
<div id="popComplianceDeclareTimeLabel" style="display: none">30</div>
<div class="simu-site-overlay-page" style="display: none;"></div>
<div class="simu-site-overlay" style="display: none"></div>
<div class="simu-site-overlay-content site_class_hgtzzrd"  style="display: none;">
	<div class="simu-site-left">
		<h2>合格投资者认定</h2>
		<div class="simu-site-mainMsg">
			<p>															</p><p></p><p></p><p></p><p><strong><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">在继续浏览本公司网站前，请您确认您或您所代表的机构是一名“合格投资者”。“合格投资者”指根据任何国家和地区的证券和投资法规所规定的有资格投资于私募证券投资基金的专业投资者。例如根据我国《私募投资基金监督管理暂行办法》的规定，合格投资者的标准如下：</span></strong></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">&nbsp;</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">一、具备相应风险识别能力和风险承担能力，投资于单只私募基金的金额不低于100万元且符合下列相关标准的单位和个人：</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">1、净资产不低于1000万元的单位；</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">2、金融资产不低于300万元或者最近三年个人年均收入不低于50万元的个人。(前款所称金融资产包括银行存款、股票、债券、基金份额、资产管理计划、银行理财产品、信托计划、保险产品、期货权益等。)</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">&nbsp;</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">二、下列投资者视为合格投资者：</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">1、社会保障基金、企业年金等养老基金、慈善基金等社会公益基金；</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">2、依法设立并在基金业协会备案的投资计划；</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">3、投资于所管理私募基金的私募基金管理人及其从业人员；</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, sans-serif; color: rgb(63, 63, 63);">4、中国证监会规定的其他投资者。</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">&nbsp;</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">如果您继续访问或使用本网站及其所载资料，即表明您声明及保证您或您所代表的机构为“合格投资者”，并将遵守对您适用的司法区域的有关法律及法规，同意并接受以下条款及相关约束。如果您不符合“合格投资者”标准或不同意下列条款及相关约束，请勿继续访问或使用本网站及其所载信息及资料。</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">&nbsp;</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">投资涉及风险，投资者应详细审阅产品的发售文件以获取进一步资料，了解有关投资所涉及的风险因素，并寻求适当的专业投资和咨询意见。产品净值及其收益存在涨跌可能，过往的产品业绩数据并不预示产品未来的业绩表现。本网站所提供的资料并非投资建议或咨询意见，投资者不应依赖本网站所提供的信息及资料作出投资决策。</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">&nbsp;</span></p><p><span style="font-family: 微软雅黑, sans-serif; font-size: 14px; color: rgb(63, 63, 63);">与本网站所载信息及资料有关的所有版权、专利权、知识产权及其他产权均为本公司所有。本公司概不向浏览该资料人士发出、转让或以任何方式转移任何种类的权利。</span></p><p><br/></p><p></p><p></p><p></p><p>
														</p>
		</div>
	</div>
	<div class="simu-site-right">
		<a href="javascript:void(0)" class="simu-site-yes">接&nbsp;受</a>
		<a href="javascript:void(0)" class="simu-site-no">放&nbsp;弃</a>
	</div>
</div>
<div class="simu-site-overlay-content site_class_wlxy" style="display: none;">
	<div class="simu-site-left">
		<h2>网络服务协议</h2>
		<div class="simu-site-mainMsg">
			本声明包含网络使用的有关条款。凡浏览本网站及相关网页的用户，均表示接受以下条款。 
			<br/>1、并非所有的客户都可以获得所有的产品和服务，您是否符合条件享受特别产品和服务，最终的解释权归我公司。我公司保留对该网页包含的信息和资料及其显示的条款、条件和说明变更的权利。 
			<br/>2、任何在本网站出现的信息包括但不限于评论、预测、图表、指标、理论、直接的或暗示的指示均只作为参考，您须对任何自主决定的行为负责。 
			<br/>3、本网站提供的有关投资分析报告、股市预测文章信息等仅供参考，股市有风险，入市须谨慎！本网站所提供之公司资料、个股资料等信息，力求但不保证数据的准确性，如有错漏，请以基金业协会公示信息报刊为准。本网站不对因本网资料全部或部分内容产生的或因依赖该资料而引致的任何损失承担任何责任。 
			<br/>4、互联网传输可能会受到干扰，中断、延迟或数据错误，本公司对于非本公司能控制的通讯设施故障可能引致的数据及交易之准确性或及时性不负任何责任。 
			<br/>5、凡通过本网站与其他网站的链结，而获得其所提供的网上资料及内容，您应该自己进行辨别及判断，我公司不承担任何责任。 
			<br/>6、本站某些部分或网页可能包括单独条款和条件，作为对本条款和条件的补充，如果有任何冲突，该等附加条款和条件将对相关部分或网页适用。
			<br/>7、本人已阅读并同意<a href='//file.simu800.com/share/file/DigiCertiSerProtocol.pdf' target="_blank">《数字证书服务协议》</a>。
		</div>
	</div>
	<div class="simu-site-right">
		<a href="javascript:void(0)" class="simu-site-yes">确&nbsp;认</a>
	</div>
</div>
<div class="simu-site-header" >
    <div class="simu-site-bg-header" >
			<img src="//file.simu800.com/prod/2759544/webSiteCustPageHeadImgUrl/f4dd0450ca0b4b41ac9ec47817f010b4.png">
    </div>
	<div class="simu-site-inner" >
		<div class="simu-site-logo" >
		    	<a href="?">
					<img src="//file.simu800.com/prod/2759544/webSiteCompanyLogo/0d4f066cdd1e4a1dae86fd9eec40fb70.png" border="0">
				</a>
		</div>		
		<div class="simu-site-nav simu-site-nav-select-style-2">
			<ul>
				<li class="selected-menu">
					<a 
					    href="?" companyCode="31005880" configCode="4473291" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color homeview simu-site-nav-bg-height">
					首页
					</a>
				</li>
					<li class="selected-menu">
					    	<a 
							   	href="javascript:void(0)" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="2848871">
					    	关于德传
					    	</a>
					    	<div class="simu-site-subnav">
					    		<ul style="display:none;">
					    			<li><a  href="?mt=1&mc=2848872&cc=31005880" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/2759544/backgroundImage/394a62fd50284403920a4de00da9979e.jpg" menuParentcode="2848871" menuCode="2848872" urlPath="">公司简介</a></li>
					    			<li><a  href="?mt=1&mc=2848873&cc=31005880" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/2759544/backgroundImage/490dbe35554e4960ad3e17f1628481df.jpg" menuParentcode="2848871" menuCode="2848873" urlPath="">团队简介</a></li>
					    			<li><a  href="?mt=1&mc=2848874&cc=31005880" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/2759544/backgroundImage/8da1d130c7ef4af8b0a2f5e06c860634.jpg" menuParentcode="2848871" menuCode="2848874" urlPath="">投资理念</a></li>
					    		</ul>
							</div>
					</li>
					<li class="selected-menu">
							<a 
							 href="https://vipfunds.simu800.com/vipmobile/product?companyCode=CE6FF747A402BCC5EEA1387E3A9A21F5" target="_blank" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000086933" menuType="9" menubg="" menuCode="1000086933" urlPath="https://vipfunds.simu800.com/vipmobile/product?companyCode=CE6FF747A402BCC5EEA1387E3A9A21F5">
							旗下产品
							</a>
					</li>
					<li class="selected-menu">
							<a 
							 href="?mt=2&mc=4531340&cc=31005880" target="_self" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="4531340" menuType="2" menubg="//file.simu800.com/prod/2759544/backgroundImage/ab1f843367e940f7ba20bedc66bece6d.jpg" menuCode="4531340" urlPath="">
							重要公告
							</a>
					</li>
					<li class="selected-menu">
							<a 
							 href="?mt=2&mc=4474365&cc=31005880" target="_self" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="4474365" menuType="2" menubg="//file.simu800.com/prod/2759544/backgroundImage/91353612d978487b9b3bd09b65bb3a62.jpg" menuCode="4474365" urlPath="">
							公司新闻
							</a>
					</li>
					<li class="selected-menu">
							<a 
							 href="?mt=2&mc=4531345&cc=31005880" target="_self" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="4531345" menuType="2" menubg="//file.simu800.com/prod/2759544/backgroundImage/893415fdca7749498e43cbfe1bb1ff62.jpg" menuCode="4531345" urlPath="">
							资料分享
							</a>
					</li>
					<li class="selected-menu">
							<a 
							 href="https://vipfunds.simu800.com/vipmobile/login?companyCode=CE6FF747A402BCC5EEA1387E3A9A21F5&v=1676884152090" target="_blank" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000086935" menuType="9" menubg="" menuCode="1000086935" urlPath="https://vipfunds.simu800.com/vipmobile/login?companyCode=CE6FF747A402BCC5EEA1387E3A9A21F5&v=1676884152090">
							登入 / 注册
							</a>
					</li>
			</ul>
		</div>
		<div class="simu-site-login simu-site-nav-select-style-2">
			<div class="simu-site-user site_class_userCenterFast" style="display:none;">
				<div class="simu-site-face simu-site-cursor" 
				>
					<img id="user-face" src="../website/sitecss/images/simu-site-face.png">
				</div>
				<!--<span id="user-name"></span>-->			
			</div>
		</div>
	</div>
</div>
		</span>
		<!-- 内容 -->
		<span id="mainpage">
				<div class="t2-simu-site-swiper-box">
					<div style="">
						<div class="swiper-container site_class_swiper_container" style="overflow: hidden;height: 480px;height:480px;">
							<ul class="simu-site-swiper-arrow">
								<li>
									<a href="javascript:;" class="site_class_swiper_button_prev simu-site-prev"></a>
								</li>
								<li>
									<a href="javascript:;" class="site_class_swiper_button_next simu-site-next"></a>
								</li>
							</ul>
							<div class="swiper-wrapper">
											<div class="site_class_swiper_slide swiper-slide" style="background-image:url(//file.simu800.com/prod/2759544/webSiteCoverImgUrl/6878399e41744c3c8652763690a7c626.jpg)">
												
											</div>
											<div class="site_class_swiper_slide swiper-slide" style="background-image:url(//file.simu800.com/prod/2759544/webSiteCoverImgUrl/612b1699d6844a9a9dfd20455495726b.jpg)">
												
											</div>
											<div class="site_class_swiper_slide swiper-slide" style="background-image:url(//file.simu800.com/prod/2759544/webSiteCoverImgUrl/4c0fb246c21344edaf13ccd3b8f2ca9a.jpg)">
												
											</div>
							</div>
							<!-- 
							<div class="swiper-button-prev swiper-button-disabled simu-site-prev">&nbsp;</div>
							<div class="swiper-button-next" style="display: block;">&nbsp;</div>
							-->
							<div class="swiper-pagination site_class_swiper_pagination" style="font-size:16px;"></div>
							<!-- 固定内容 -->
										
						</div>
					</div>
				</div>
				<!-- 判断每一行的数量 -->
				<!-- 创建列表 -->
					<div class="viewcube-box viewcube-color">
						<div class="content-box">
							<p></p><!-- 存储内容 --><p></p><style>.box-13-2{font-size: 14px;background-color: #fff;}.box-13-2 .inner-box{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:         flex;border: 2px solid rgb(220,220,220);background-color: rgb(255,255,255);}.box-13-2 .inner-box .box-right{position: relative;width: 50%;padding: 40px 40px 80px 0;}.box-13-2 .inner-box .box-right .box-title{font-size: 24px;display: inline-block;color: rgb(49,49,49);}.box-13-2 .inner-box .box-right .box-title:after{display: block;margin: 12px 0;content: '';border-top: 1px solid rgb(49,49,49);}.box-13-2 .inner-box .box-right .box-content{font-size: 14px;line-height: 1.8;color: rgb(83,83,83);}.box-13-2 .inner-box .box-right a.more{line-height: 30px;position: absolute;bottom: 40px;left: 0;display: inline-block;padding: 0 10px;transition: all ease .2s;color: #BC9A58;border: 1px solid #BC9A58;}.box-13-2 .inner-box .box-right a.more:hover{color: #fff;background-color: #BC9A58;}.box-13-2 .inner-box .box-left{position: relative;top: 30px;left: -40px;width: 50%;height: 300px;background: url(//file.simu800.com/2759544/file/1b98a0e8b0964a7ba504f68b7c16c935.png) no-repeat center center;background-size: cover;box-shadow: 0 0 5px rgba(0, 0, 0, .3);}</style><div class="box-13-2">    <div class="simu-site-inner" style="padding:70px;">        <div class="inner-box">            <div class="box-left"></div>            <div class="box-right">                <div class="box-title">                    公司简介                </div>                <div class="box-content">                    西藏德传投资管理有限公司（以下简称德传投资）成立于2013年初，注册资本1000万元。公司注册地址为西藏自治区拉萨市，办公地址为上海市浦东新区，是国内第一家专注于二级市场医药领域的投资管理机构。                </div><a href="?code=Mjc1OTU0NA==&configCode=NDQ3MzI5MQ==&mt=1&mc=2848872&cc=2759544" class="more">查看更多</a>            </div>        </div>    </div></div><style>.box-19{font-size: 14px;min-height: 620px;background: url(bg.jpg) center center;background-color: rgb(245,245,245);background-size: cover;}.box-19 .simu-site-inner{padding: 40px 40px 60px;text-align: center;}.box-19 .box-title h2{font-size: 24px;font-weight: normal;line-height: 40px;color: rgb(49,49,49);}.box-19 .box-list{margin: 35px 0 60px;}.box-19 .box-list .list-item{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:         flex;padding: 30px 0;border-top: 1px dashed #d2d2d2;background-color: transparent;}.box-19 .box-list .list-item:last-child{border-bottom: 1px dashed #d2d2d2;}.box-19 .box-list .list-item:hover{cursor: pointer;}.box-19 .box-list .list-item:hover .item-right .item-title{transition: all ease .2s;color: rgb(180,148,89);}.box-19 .box-list .list-item .item-left{text-align: center;}.box-19 .box-list .list-item .item-left .month{font-size: 20px;line-height: 50px;padding: 0 10px;color: rgb(255,255,255);background-color: rgb(14,32,48);}.box-19 .box-list .list-item .item-left .year{font-size: 14px;line-height: 20px;color: rgb(83,83,83);background-color: rgb(241,241,241);}.box-19 .box-list .list-item .item-right{width: 0;padding-left: 20px;text-align: left;-webkit-box-flex: 1;-webkit-flex: auto;-ms-flex: auto;flex: auto;}.box-19 .box-list .list-item .item-right .item-title{font-size: 18px;height: 30px;color: rgb(49,49,49);}.box-19 .box-list .list-item .item-right .item-text{font-size: 14px;line-height: 30px;color: rgb(83,83,83);}.box-19 a.a-more{font-size: 14px;line-height: 48px;display: inline-block;height: 48px;padding: 0 80px;transition: all ease .2s;color: #b49459;border: 1px solid currentColor;border-radius: 24px;background-color: transparent;}.box-19 a.a-more:hover{color: #fff;border-color: #b49459 ;background-color: #b49459;}</style><div class="box-19 site_class_showItem_box_19"></div><script type="text/template" id="site_id_showItem_tpl_box_19"><div class="site_class_showItem_panel" vd_data="<%=menuInfo.MenuCode %>" vd_data_type="<%=menuInfo.Type %>"><div class="simu-site-inner"><div class="box-title"><h2><%=menuInfo.Name %></h2></div><div class="box-list"><% _.each(pageData, function (obj, index) { %><% if (index >2) return; %><div class="list-item site_class_showItem_dataPanel" vd_data="<%=obj.id %>" vd_data_clickUrl="<%=obj.clickUrl %>" vd_data_clickType="<%=obj.clickType %>" vd_data_isPowerEnough="<%=isPowerEnough %>"  isOpenRiskStyle ="<%=(obj.relationPrivilege==2?obj.isOpenRiskStyle:'') %>" minScore="<%=obj.minScore %>" menuType="<%=menuInfo.Type %>"><div class="item-left"><div class="month"><%=obj.dateTime.substring(5)%></div><div class="year"><%=obj.dateTime.substring(0,4)%></div></div><div class="item-right"><div class="item-title simu-site-ellipsis site_class_showItem_goIn"><%=obj.title %></div><div class="item-text simu-site-ellipsis-3"><%=obj.text %></div></div></div><% }); %></div><a href="javascript:;" class="a-more site_class_showItem_goMore">查看更多</a></div></div></script><script>setTimeout(function() {SimuConfRequire(['jquery', 'underscore', 'utils/common', 'utils/config'], function($, _, Common, Config) {$.ajax({type : "GET",url : Common.getUrl("/website/website/loadPageInfoShowItem", {"menuCode" : 4474365,"menuType" : 2}),success : function(retObj) {console.log(retObj.data);var panelDom = $(".site_class_showItem_box_19");if(retObj.code == Config.Success) {var _tmp = _.template($('#site_id_showItem_tpl_box_19').html());panelDom.html(_tmp(retObj.data));} else {panelDom.html("加载数据失败，请重试！");}}});});}, 1000);</script><p></p>
						</div>
					</div>
		</span>
		<!-- 页脚 -->
		<span>
<div class="simu-site-footer-1">
	<img src="//file.simu800.com/prod/2759544/webSiteCustPageFootImgUrl/ea02dc9bbe3e49e1bcb5e96162034b98.png" alt="">
	<div class="simu-site-footer-box-1" style="width: 100%;">
		<div class="simu-site-left">
			<div class="vd_ueditor show">
					<p>				</p><p>				</p><p>				</p><p>				</p><p>				</p><link rel="stylesheet" href="//file.simu800.com/manweb/css/index.css 

"/><style>.simu-site-footer-1>img{height:150px!important;}</style><style>.simu-site-footer-1
{
height: 150px;
}
.simu-site-footer-1 .footer-box,
.simu-site-footer-1 .footer-img,
.simu-site-footer-1 .footer-img .img-item
{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
}
.simu-site-footer-1 .footer-box
{
height: 150px;

background-color: transparent;

-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.simu-site-footer-1 .footer-text,
.simu-site-footer-1 .footer-img
{
width: 0;

-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.simu-site-footer-1 .footer-text
{
font-size: 14px;
line-height: 20px;

padding-left: 40px;

color: #fff;
}
.simu-site-footer-1 .footer-img .img-item
{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.simu-site-footer-1 .footer-img .img-item .img-text
{
font-size: 12px;

padding: 0 20px;

color: #fff;
}
.simu-site-footer-1 .footer-img  .img-item img
{
width: 90px;
height: 90px;
}</style><div class="simu-site-inner"><div class="footer-box"><div class="footer-text"><p><strong>西藏德传投资管理有限公司&nbsp;&nbsp; 上海珪瓒投资管理有限公司<br/></strong></p>地址：上海市浦东新区毕升路299弄<br/>电话：021-50802860 &nbsp;&nbsp; 021-50802870<br/><p>邮箱：dc@chinahealthcarefund.com.cn</p><p>友情链接：<a href="https://www.investor.org.cn" target="_blank" title="中国投资者网" style="text-decoration: underline; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"><span style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">中国投资者网</span></a></p></div><div class="footer-img"><div class="img-item"><div class="img-text">姜广策<span style="background-color: rgb(255, 255, 255);"></span><br/>德传投资董事长</div><img src="//img.simu800.com/ueditor/2759544/catcher/202106/a0095dc5eb0a4e7099597bb4cc6b2e7b.png" alt=""/>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div class="img-item"><div class="img-text">扫描码关注新浪微博<br/>更多新鲜资讯等着您</div><img src="//img.simu800.com/ueditor/2759544/catcher/202106/372f1ad6b99c45a5a9003fb3e4aaff24.png" title="" alt="我的二维码_8.png" style="width: 93px; height: 93px;" width="93" height="93"/>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></div></div></div><p>
			</p><p>
			</p><p>
			</p><p>
			</p><p>
			</p>
			</div>
		</div>
	</div>
</div>
<div class="simu-site-footer-2">
	<div class="simu-site-inner">
		<div class="simu-site-views" style="position: absolute;bottom: 0;left: 20px;">浏览量：<span class="view-count">0</span> </div>
		<div class="simu-site-tac"><p></p><p><span style="color: rgb(63, 63, 63); font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Copyright © 2016-2020 德传投资版权所有 &nbsp; &nbsp;<a href="http://beian.miit.gov.cn/" target="_blank" textvalue="藏ICP备2021000311号">藏ICP备2021000311号</a></span></p><p></p></div>
		<!-- 杉树资产隐藏logo -->
				<a class="simu-site-support" href="//www.meix.com" target="_blank">技术支持：</a>
	</div>
</div>
<span id="weiXinID" style="display:none;">0</span>
<span class="site_class_userCenterBgImage" src="//file.simu800.com/prod/2759544/webSiteCoverImgUrl/dc13685164a54b72aa34ee7d9aee909c.jpg" style="display:none"></span>
<!-- 实名弹框配置 -->
<span id="realNameState" style="display:none;">0</span>
<span id="isUseOnlineSeal" style="display:none;">0</span>
<span id="oauthPage" style="display:none;">0</span>
<span id="realNamePop" style="display:none;">0</span>
		</span>
	</span>
	<!-- 帮助 -->
	<div class="float-nav">
		<div class="float-nav-item gotop site_class_helpNav_gotop" style="display:none;">
			<a href="javascript:;"></a>
		</div>
	</div>
</body>
</html>
